home *** CD-ROM | disk | FTP | other *** search
- ; Application: INF-Tool Demo script
- ; Author : Albert Einstein
- ; Copyright : ⌐ 1998,99 by Albert Einstein
- ; Created by : the INF-Tool Setup Generator from http://Inner-Smile.com
- ; ---------------------------------------------------------------------------
- [Version]
- Signature=$Chicago$
- Provider=%Author%
- SetupClass=BASE
- Class=NoDriver
- [Strings]
- Product="INF-Tool Demo script"
- Version="1.0"
- Info="This easy example script would copy 2 files to the subdirectory "INF-Test" of your Windows directory. Will not modify anything else."
- Author="Albert Einstein"
- Copyright="⌐ 1998 by Albert Einstein"
- DiskName="INF-Tool Demo script, Setup Disk #1"
- [SourceDisksNames]
- 1=%DiskName%,"Setup1",1
- [SourceDisksFiles]
- NOTEPAD.EXE=1
- WRITE.EXE=1
- [DestGrp]
- NOTEPAD.EXE
- WRITE.EXE
- [DestinationDirs]
- DestGrp=10,INF-Test
- [DefaultInstall]
- AddReg=INFTool.Add.Reg.95
- Copyfiles=DestGrp
- Uninstall=DefaultUninstall
-